home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
PWAULTP3.ZIP
/
PWAPRGMS.A02
/
PWA95
/
PWAFSE15.ZIP
/
EDITOR.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1995-04-09
|
2KB
|
121 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
String STRING001
String STRING002
BigStr BIGSTR001
BigStr BIGSTR002
BigStr BIGSTR003
BigStr BIGSTR004
BigStr BIGSTR005
BigStr BIGSTR006
BigStr BIGSTR007
;------------------------------------------------------------------------------
STRING002 = PPEPath() + "CONFIG.DAT"
FOpen 1, STRING002, 2, 0
FGet 1, BIGSTR002
FGet 1, BIGSTR003
FGet 1, BIGSTR005
FGet 1, BIGSTR004
FGet 1, BIGSTR001
FGet 1, BIGSTR007
FGet 1, BIGSTR006
STRING001 = ScrText(1, 1, 80, 0)
INTEGER002 = 0
While (Upper(Mid(STRING001, INTEGER002, 1)) <> "T") Do
INTEGER002 = INTEGER002 + 1
EndWhile
INTEGER003 = INTEGER002
While (Upper(Mid(STRING001, INTEGER003, 5)) <> "SUBJ:") Do
INTEGER003 = INTEGER003 + 1
EndWhile
Print BIGSTR001
Print "@QOFF@@POFF@H"
Print BIGSTR005 + STRING001
AnsiPos INTEGER002, 1
Print BIGSTR002 + "To:"
AnsiPos INTEGER003, 1
PrintLn BIGSTR003 + "Subj:"
Print BIGSTR004
STRING001 = ScrText(4, 3, 1, 0)
Select Case (STRING001)
Case ":"
STRING001 = ScrText(4, 4, 1, 0)
Case ":"
INTEGER001 = 3
While (ScrText(4, INTEGER001, 1, 0) == ":") Do
AnsiPos 1, INTEGER001
STRING001 = ScrText(1, INTEGER001, 5, 0)
Print BIGSTR007 + Left(STRING001, 3)
Print BIGSTR006 + "│"
INTEGER001 = INTEGER001 + 1
EndWhile
End Select
FClose 1
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 8 Goto
; 11 Let
; 7 Print
; 1 PrintLn
; 5 If
; 1 FOpen
; 1 FClose
; 7 FGet
; 3 AnsiPos
;
;
; ■ Functions used :
;
; 9 +
; 3 ==
; 2 <>
; 5 !
; 2 Upper()
; 2 Mid()
; 1 Left()
; 1 PPEPath()
; 5 ScrText()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 3 While/EndWhile
; 0 If/Then or If/Then/Else
; 1 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------